home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / StarBurn 10.5 / StarBurnSetup.exe / {app} / Wizards / styles / WinXP.Luna.cjstyles / TEXTFILE / LARGEFONTSHOMESTEAD_INI < prev    next >
Text (UTF-16)  |  2007-03-22  |  134KB  |  2,377 lines

  1. ;------------------------------------------
  2. ; file: HomeStead\default.ini
  3. ;------------------------------------------
  4.  
  5.  
  6. ;--------- Globals -------------------------
  7. [globals]
  8.  
  9. ; global edge colors (redefined in various parts) 
  10. EdgeLightColor      = 241 239 226
  11. EdgeHighLightColor  = 255 255 255
  12. EdgeShadowColor     = 172 168 153
  13. EdgeDkShadowColor   = 113 111 100 
  14. EdgeFillColor       = 236 233 216
  15.  
  16. ;--------- system metrics -------------------------------
  17. [SysMetrics]
  18. ;The system metric colors also effect non-themed controls.
  19.  
  20. ScrollbarWidth = 19
  21. ScrollbarHeight = 19
  22.  
  23. Window = 255 255 255
  24. MenuBar = 236 233 216
  25. Menu = 255 255 255
  26. Background = 157 172 189
  27. Btnface = 236 233 216
  28. Highlight = 147 160 112
  29.  
  30. ActiveCaption = 139 161 105
  31. CaptionText = 255 255 255
  32. InactiveCaption = 212 214 186
  33. InactiveCaptionText = 255 255 255
  34. GradientActiveCaption = 198 210 162
  35. GradientInactiveCaption = 212 214 186
  36. HighlightText = 255 255 255
  37. MenuHilight = 147 160 112
  38. BtnShadow = 172 168 153
  39. GrayText = 172 168 153
  40. BtnHighlight = 255 255 255
  41. DkShadow3d = 113 111 100
  42. Light3d = 241 239 226
  43.  
  44. ;---- don't remove these fonts (must specify to be localizable) ----
  45. CaptionFont = Trebuchet MS, 14, bold
  46. CaptionBarHeight = 29
  47. SmallCaptionFont = Tahoma, 9, bold
  48. SMCaptionBarHeight = 19
  49. SMCaptionBarWidth = 19
  50. MenuFont = Tahoma, 10
  51. StatusFont = Tahoma, 10
  52. MsgBoxFont = Tahoma, 10
  53. IconTitleFont = Tahoma, 10
  54.  
  55.  
  56. ;The FlatMenus option allows the author to turn of the 3d border on menus
  57. FlatMenus = true
  58.  
  59. ;This may allow authors to specify a theme matching stylesheet for Webviews, etc.
  60. CssName = cpwebvw.css
  61.  
  62. ;This may allow authors to specify a theme matching XML file.
  63. XmlName = default.xml
  64.  
  65. ; this theme designed for 15-bit color and higher
  66. MinColorDepth = 15
  67.  
  68. ;---------- buttons ---------------------------------
  69. ;Overall button class
  70. [button]
  71.  
  72. ;Normal button
  73. [button.pushbutton]
  74. bgtype = imagefile
  75. SizingMargins = 8, 8, 9, 9
  76. sizingType = Stretch
  77. ContentMargins = 3, 3, 3, 3 
  78. ImageFile=HomeStead\button.bmp
  79. imageCount = 5
  80. ImageLayout = vertical
  81. TextColor = 0 0 0
  82. FillColorHint = 243 243 239; Average fill color (light beige)
  83. BorderColorHint = 5 98 6; Edge color (dark green)
  84. AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
  85. MinSize= 10, 5
  86.  
  87. ;Makes text for button grey for the disabled state
  88. [button.pushbutton(disabled)]
  89. TextColor = 161 161 146
  90.  
  91. ;Color hint for default state
  92. [button.pushbutton(defaulted)]
  93. AccentColorHint = 169 201 117; Default state hilite color (green)
  94.  
  95. ;Checkboxes
  96. [button.checkbox]
  97. bgtype = imagefile
  98. imagelayout=vertical
  99. sizingType = TrueSize
  100. SizingMargins = 0, 0, 0, 0
  101. ContentMargins = 0, 0, 0, 0
  102. imageCount = 12
  103. MirrorImage = false
  104. FillColorHint = 33 161 33; Checkmark color (green)
  105. BorderColorHint = 29 82 129; Edge color (dark blue grey)
  106. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  107.  
  108.  
  109. ;----- Multiple control sizes for different video adapter resolution settings ----
  110. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  111. TrueSizeScalingType = Dpi
  112. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  113. UniformSizing   = true  ; if you must stretch, do width & height equally
  114. ImageFile1  = HomeStead\CheckBox13.bmp
  115. ImageFile2  = HomeStead\CheckBox16.bmp
  116. ImageFile3  = HomeStead\CheckBox25.bmp
  117. MinDpi1=96
  118. MinDpi2=118
  119. MinDpi3=185
  120.  
  121. ;Checkboxes can be disabled in various states, so each of the following entries sets the text
  122. ;to grey for the corresponding states.
  123. [button.checkbox(checkeddisabled)]
  124. TextColor = 161 161 146
  125.  
  126. [button.checkbox(uncheckeddisabled)]
  127. TextColor = 161 161 146
  128.  
  129. [button.checkbox(mixeddisabled)]
  130. TextColor = 161 161 146
  131.  
  132. ;Radio buttons
  133. [button.radiobutton]
  134. bgtype = imagefile
  135. imagelayout=vertical
  136. transparent=true
  137. sizingType = TrueSize
  138. SizingMargins = 0, 0, 0, 0
  139. ContentMargins = 0, 0, 0, 0
  140. imageCount = 8
  141. FillColorHint = 33 161 33; Selection dot color (green)
  142. BorderColorHint = 29 82 129; Edge color (dark blue grey)
  143. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  144.  
  145. ;----- Multiple control sizes for different video adapter resolution settings ----
  146. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  147. TrueSizeScalingType = Dpi
  148. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  149. UniformSizing   = true  ; if you must stretch, do width & height equally
  150. ImageFile1  = HomeStead\RadioButton13.bmp
  151. ImageFile2  = HomeStead\RadioButton16.bmp
  152. ImageFile3  = HomeStead\RadioButton25.bmp
  153. MinDpi1=96
  154. MinDpi2=118
  155. MinDpi3=185
  156.  
  157. ;Radio buttons can be disabled in various states, so each of the following entries sets the text
  158. ;to grey for the corresponding states.
  159. [button.radiobutton(checkeddisabled)]
  160. TextColor = 161 161 146
  161.  
  162. [button.radiobutton(uncheckeddisabled)]
  163. TextColor = 161 161 146
  164.  
  165. ;The line enclosing a group of controls
  166. [button.groupbox]
  167. TextColor = 153 84 10
  168. bgtype = imagefile
  169. SizingMargins = 4, 4, 4, 4
  170. sizingType = Tile
  171. ImageFile=HomeStead\GroupBox.bmp
  172. ;BorderOnly means that the area inside the sizing margins is not drawn (so it won't
  173. ;draw on top of the controls it surrounds)
  174. borderOnly = true
  175. transparent = true
  176. BorderColorHint = 208 208 191; Dark beige edge color
  177. NormalSize = 9999, 9999   ; never source size a groupbox (from IE)
  178.  
  179.  
  180. ;----------- combobox --------------------------------
  181. ;Dropdown controls
  182. [Combobox]
  183. ; Globals for the entire control
  184. BgType  = BorderFill
  185. BorderSize  = 1
  186. FillColor   = 255 255 255 
  187. BorderColor = 164 185 127
  188.  
  189. [Combobox(Hot)]
  190. ; Globals when the mouse is over the control
  191. BorderColor = 164 185 127
  192.  
  193.  
  194. [Combobox(Disabled)]
  195. ; Globals when the control is disabled
  196. BorderColor = 201 199 186
  197. FillColor   = 245 244 234
  198.  
  199.  
  200. ;The down pointing triangle button
  201. [Combobox.DropDownButton]
  202. BgType  = imagefile
  203. imagelayout = vertical
  204. SizingType  = Stretch
  205. ImageFile   = HomeStead\ComboButton.bmp
  206. SizingMargins = 3, 3, 3, 3
  207. ContentMargins = 0, 0, 0, 0
  208. ImageCount  = 4
  209. GlyphType   = ImageGlyph
  210. GlyphImageFile  = HomeStead\ComboButtonGlyph.bmp
  211. GlyphTransparent= true
  212. FillColorHint = 160 176 134; Average fill color (dark green)
  213. BorderColorHint = 255 255 255; Edge color (white)
  214.  
  215.  
  216. ;----------- edit --------------------------------
  217. [edit]
  218. BgType  = BorderFill
  219. BorderSize  = 1
  220. FillColor   = 255 255 255 
  221. BorderColor = 164 185 127
  222.  
  223. [edit.edittext(Disabled)]
  224. FillColor   = 235 235 228
  225. TextColor   = 161 161 146
  226.  
  227. [edit.edittext(ReadOnly)]
  228. FillColor   = 235 235 228
  229. TextColor   = 0 0 0
  230.  
  231.  
  232. ;----------- listbox --------------------------------
  233. [Listbox]
  234. BgType  = BorderFill
  235. BorderSize  = 1
  236. FillColor   = 255 255 255 
  237. BorderColor = 164 185 127
  238.  
  239.  
  240. ;--------- Scrollbar -------------------------
  241. [ScrollBar]
  242.  
  243. ;The buttons, both horizontal and vertical in one strip
  244. ; Scrollbar Arrow Buttons
  245. [ScrollBar.ArrowBtn]
  246. BgType  = ImageFile
  247. SizingMargins = 5, 5, 5, 5
  248. ContentMargins = 0, 0, 3, 3
  249. SizingType = Stretch
  250. ImageFile=HomeStead\ScrollArrows.bmp
  251. ImageCount = 16
  252. ImageLayout = Vertical
  253. GlyphType   = ImageGlyph
  254. GlyphTransparent= True
  255. FillColorHint = 160 176 134; Average fill color (dark green)
  256. BorderColorHint = 255 255 255; Edge color (white)
  257.  
  258. ;----- the two sizes of scrollbar arrow glyphs ----
  259. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  260. TrueSizeScalingType = size
  261. SourceShrink = True
  262. TrueSizeStretchMark = 150; start stretching when target exceeds source size by 150%
  263. UniformSizing   = true; if you must stretch, do width & height equally
  264. ImageFile1  = HomeStead\ScrollArrowGlyphsSmall.bmp
  265. ImageFile2  = HomeStead\ScrollArrowGlyphs.bmp
  266. MinSize1  = 7, 7
  267. MinSize2  = 9, 9 
  268. NormalSize = 7, 10
  269.  
  270. ; Scrollbar Thumb (horizontal)
  271. [Scrollbar.ThumbBtnHorz]
  272. BgType  = ImageFile
  273. SizingMargins = 5, 5, 5, 5
  274. ContentMargins = 4, 4, 0, 0
  275. ImageFile   = HomeStead\ScrollThumbHorizontal.bmp
  276. ImageCount  = 4
  277. ImageLayout = Vertical
  278. FillColorHint = 160 176 134; Average fill color (dark green)
  279. BorderColorHint = 255 255 255; Edge color (white)
  280.  
  281. ;A visual element in the middle of the scrollbar thumb
  282. [Scrollbar.GripperHorz]
  283. BgType  = ImageFile
  284. SizingType  = TrueSize
  285. ImageFile   = HomeStead\ScrollThumbGripperHorizontal.BMP
  286. imagelayout = vertical
  287. Transparent = True
  288. ImageCount  = 4
  289.  
  290. ; Scrollbar Thumb (vertical)
  291. [Scrollbar.ThumbBtnVert]
  292. BgType  = ImageFile
  293. SizingMargins = 5, 5, 5, 5
  294. ContentMargins = 0, 0, 4, 4
  295. ImageFile   = HomeStead\ScrollThumbVertical.bmp
  296. ImageCount  = 4
  297. ImageLayout = vertical
  298. FillColorHint = 160 176 134; Average fill color (dark green)
  299. BorderColorHint = 255 255 255; Edge color (white)
  300.  
  301. ;A visual element in the middle of the scrollbar thumb
  302. [Scrollbar.GripperVert]
  303. BgType  = ImageFile
  304. SizingType  = TrueSize
  305. ImageFile   = HomeStead\ScrollThumbGripperVertical.BMP
  306. ImageCount  = 4
  307. Transparent = True
  308. ImageLayout = Vertical
  309.  
  310.  
  311. ; Scrollbar Tracks (horizontal)
  312. [Scrollbar.LowerTrackHorz]
  313. BgType  = imagefile
  314. ImageFile=HomeStead\ScrollShaftHorizontal.bmp
  315. SizingMargins = 0, 0, 1, 1
  316. ImageCount = 4
  317. ImageLayout = Vertical
  318. FillColorHint = 244 243 238; Average fill color (light warm grey)
  319.  
  320.  
  321. [Scrollbar.UpperTrackHorz]
  322. BgType  = imagefile
  323. ImageFile=HomeStead\ScrollShaftHorizontal.bmp
  324. SizingMargins = 0, 0, 1, 1
  325. ImageCount = 4
  326. ImageLayout = Vertical
  327. FillColorHint = 244 243 238; Average fill color (light warm grey)
  328.  
  329. ; Scrollbar Tracks (vertical)
  330. [Scrollbar.LowerTrackVert]
  331. BgType  = imagefile
  332. ImageFile=HomeStead\ScrollShaftVertical.bmp
  333. SizingMargins = 1, 1, 0, 0
  334. ImageCount = 4
  335. ImageLayout = Vertical
  336. FillColorHint = 244 243 238; Average fill color (light warm grey)
  337.  
  338. [Scrollbar.UpperTrackVert]
  339. BgType  = imagefile
  340. ImageFile=HomeStead\ScrollShaftVertical.bmp
  341. SizingMargins = 1, 1, 0, 0
  342. ImageCount = 4
  343. ImageLayout = Vertical
  344. FillColorHint = 244 243 238; Average fill color (light warm grey)
  345.  
  346. [ScrollBar.SizeBox]
  347. ImageFile=HomeStead\ResizeGrip2.bmp
  348. bgtype = imagefile
  349. imageCount = 2
  350. sizingType = trueSize
  351. Transparent = True
  352. TransparentColor = 255 0 0
  353. FillColorHint = 184 180 163; Gripper dot color (dark beige)
  354. VAlign = Bottom
  355.  
  356. ;----------- spin --------------------------------
  357. ;Spin buttons for incrementing values in a field
  358. [spin]
  359. bgtype = imagefile
  360. sizingType = tile
  361. ImageFile=HomeStead\FieldOutlineBlue.bmp
  362. SizingMargins = 2, 2, 2, 2
  363. imageCount = 1
  364.  
  365. [Spin.Up]
  366. bgtype = imagefile
  367. sizingType = stretch
  368. ImageFile=HomeStead\SpinButtonBackgroundUp.bmp
  369. SizingMargins = 4, 4, 4, 4
  370. ContentMargins = 0, 0, 0, 0
  371. imageCount = 4
  372. ImageLayout = Vertical
  373. GlyphType   = ImageGlyph
  374. GlyphImageFile  = HomeStead\SpinUpGlyph.bmp
  375. GlyphTransparent= True
  376. FillColorHint = 160 176 134; Average fill color (dark green)
  377. BorderColorHint = 255 255 255; Edge color (white)
  378.  
  379. [Spin.Down]
  380. bgtype = imagefile
  381. sizingType = tile
  382. ImageFile=HomeStead\SpinButtonBackgroundDown.bmp
  383. SizingMargins = 4, 4, 4, 4
  384. ContentMargins = 0, 0, 0, 0
  385. imageCount = 4
  386. ImageLayout = Vertical
  387. GlyphType   = ImageGlyph
  388. GlyphImageFile  = HomeStead\SpinDownGlyph.bmp
  389. GlyphTransparent= True
  390. FillColorHint = 160 176 134; Average fill color (dark green)
  391. BorderColorHint = 255 255 255; Edge color (white)
  392.  
  393. [Spin.Uphorz]
  394. bgtype = imagefile
  395. sizingType = stretch
  396. ImageFile=HomeStead\SpinButtonBackgroundRight.bmp
  397. SizingMargins = 4, 4, 4, 4
  398. ContentMargins = 0, 0, 0, 0
  399. imageCount = 4
  400. ImageLayout = Vertical
  401. GlyphType   = ImageGlyph
  402. GlyphImageFile=HomeStead\SpinRightGlyph.bmp
  403. GlyphTransparent = True
  404. FillColorHint = 160 176 134; Average fill color (dark green)
  405. BorderColorHint = 255 255 255; Edge color (white)
  406.  
  407. [Spin.Downhorz]
  408. bgtype = imagefile
  409. sizingType = Stretch
  410. ImageFile=HomeStead\SpinButtonBackgroundLeft.bmp
  411. SizingMargins = 4, 4, 4, 4
  412. ContentMargins = 0, 0, 0, 0
  413. imageCount = 4
  414. ImageLayout = Vertical
  415. GlyphType   = ImageGlyph
  416. GlyphImageFile=HomeStead\SpinLeftGlyph.bmp
  417. GlyphTransparent = True
  418. FillColorHint = 160 176 134; Average fill color (dark green)
  419. BorderColorHint = 255 255 255; Edge color (white)
  420.  
  421. ;----------- rebar --------------------------------
  422. ;Rebar is a container for toolbars
  423.  
  424. [Rebar]
  425. bgtype =imagefile
  426. sizingtype=stretch
  427. ImageFile=HomeStead\ToolbarBackground.bmp
  428. sizingmargins= 0, 0, 0, 4
  429. Font                = Tahoma, 10
  430. TextColor           = 127 124 115
  431. FillColorHint = 241 243 239; Background color of toolbars (light beige)
  432.  
  433.  
  434. [Rebar.Band]
  435. bgtype = none
  436. ContentMargins    = 2, 0, 0, 0
  437. EdgeShadowColor = 216 210 189
  438.  
  439.  
  440. [Rebar.Gripper]
  441. bgtype = imagefile
  442. SizingMargins   = 2, 1, 4, 2 
  443. ContentMargins    = 2, 1, 0, 0
  444. ImageFile    = HomeStead\ToolbarGripper.bmp
  445. sizingType     = Tile
  446. Transparent     = true
  447. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  448.  
  449. [Rebar.GripperVert]
  450. bgtype = imagefile
  451. SizingMargins = 3, 3, 2, 1
  452. ContentMargins    = 1, 2, 0, 0
  453. ImageFile=HomeStead\ToolbarGripperVert.bmp
  454. sizingType = Tile
  455. Transparent = true
  456. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  457.  
  458. [Rebar.Chevron]
  459. SizingMargins = 4, 4, 4, 4
  460. ContentMargins = 0, 0, 0, 0
  461. ImageFile=HomeStead\ToolbarButtons.bmp
  462. bgtype = imagefile
  463. imagelayout = vertical
  464. imageCount= 6
  465. sizingType= Stretch
  466. Transparent = true
  467. GlyphType   = ImageGlyph
  468. GlyphImageFile  = HomeStead\Chevron.bmp
  469. GlyphTransparent= true
  470. VAlign = Top
  471. FillColorHint = 0 0 0; Glyph color (black)
  472.  
  473.  
  474. [Rebar.ChevronVert]
  475. SizingMargins = 4, 4, 4, 4
  476. ContentMargins = 0, 0, 0, 0
  477. ImageFile=HomeStead\ToolbarButtons.bmp
  478. bgtype = imagefile
  479. imagelayout = vertical
  480. imageCount= 6
  481. sizingType= Stretch
  482. Transparent = true
  483. GlyphType   = ImageGlyph
  484. GlyphImageFile  = HomeStead\Chevron.bmp
  485. GlyphTransparent= true
  486. VAlign = Top
  487. FillColorHint = 0 0 0; Glyph color (black)
  488.  
  489. ;----------- toolbar--------------------------------
  490. ;Button bars and menu bars in some applicatons
  491.  
  492. [Toolbar]
  493. BgType  = Borderfill
  494. Bordersize  = 0
  495. FillColor   = 236 233 216
  496. TextColor   = 0 0 0
  497.  
  498. [Toolbar(Pressed)]
  499. TextColor= 255 255 255
  500.  
  501. [Toolbar.Button]
  502. SizingMargins = 4, 4, 4, 4
  503. ContentMargins = 0, 0, 0, 0
  504. ImageFile=HomeStead\ToolbarButtons.bmp
  505. bgtype = imagefile
  506. imagelayout = vertical
  507. imageCount = 6
  508. sizingType = Stretch
  509. Transparent = true
  510. TransparentColor = 255 0 255
  511. FillColorHint = 241 243 239; Average fill color (light beige)
  512. BorderColorHint = 206 206 195; Edge color (dark beige)
  513.  
  514. [Toolbar.Separator]
  515. SizingMargins = 5, 2, 2, 1
  516. ImageFile=HomeStead\Separator.bmp
  517. bgtype = imagefile
  518. imageCount = 1
  519. sizingType = tile
  520. Transparent = true
  521. TransparentColor = 255 0 0
  522. FillColorHint = 202 198 175; Darker separator color (medium beige)
  523.  
  524. [Toolbar.SeparatorVert]
  525. SizingMargins = 2, 1, 5, 1
  526. ImageFile=HomeStead\SeparatorVert.bmp
  527. bgtype = imagefile
  528. imageCount = 1
  529. sizingType = tile
  530. Transparent = true
  531. TransparentColor = 255 0 0
  532. FillColorHint = 202 198 175; Darker separator color (medium beige)
  533.  
  534.  
  535. [Toolbar.DropdownButton]
  536. SizingMargins = 4, 4, 4, 4
  537. ContentMargins = 0, 0, 0, 0
  538. ImageFile=HomeStead\ToolbarButtons.bmp
  539. bgtype = imagefile
  540. imagelayout = vertical
  541. imageCount = 6
  542. sizingType = Stretch
  543. Transparent = true
  544. TransparentColor = 255 0 255
  545. FillColorHint = 241 243 239; Average fill color (light beige)
  546. BorderColorHint = 206 206 195; Edge color (dark beige)
  547.  
  548. [Toolbar.SplitButton]
  549. SizingMargins = 4, 2, 4, 4
  550. ImageFile=HomeStead\ToolbarButtonsSplit.bmp
  551. bgtype = imagefile
  552. imagelayout = vertical
  553. imageCount = 6
  554. sizingType = Stretch
  555. Transparent = true
  556. TransparentColor = 255 0 255
  557. FillColorHint = 241 243 239; Average fill color (light beige)
  558. BorderColorHint = 206 206 195; Edge color (dark beige)
  559.  
  560. [Toolbar.SplitButtonDropdown]
  561. SizingMargins = 2, 4, 4, 4
  562. ImageFile=HomeStead\ToolbarButtonsSplitDropdown.bmp
  563. bgtype = imagefile
  564. imagelayout = vertical
  565. imageCount = 6
  566. sizingType = Stretch
  567. Transparent = true
  568. TransparentColor = 255 0 255
  569. GlyphType   = ImageGlyph
  570. GlyphImageFile  = HomeStead\ToolbarButtonsSplitDropdownGlyph.bmp
  571. GlyphTransparent= true
  572. FillColorHint = 241 243 239; Average fill color (light beige)
  573. BorderColorHint = 206 206 195; Edge color (dark beige)
  574.  
  575.  
  576. ;----------- status--------------------------------
  577. ;The area at the bottom of a window containing miscellaneous status info
  578. ;The first is the container for the status sections
  579. [Status]
  580. SizingMargins = 50, 17, 5, 9
  581. ImageFile=HomeStead\StatusBackground.bmp
  582. bgtype = imagefile
  583. imageCount = 1
  584. sizingType = Tile
  585. FillColorHint = 236 233 216; Average fill color (beige)
  586.  
  587. ;The individual status item backgrounds
  588. [Status.Pane]
  589. SizingMargins = 0, 2, 2, 2
  590. ImageFile=HomeStead\StatusPane.bmp
  591. bgtype = imagefile
  592. imageCount = 1
  593. sizingType = Tile
  594. Transparent = True
  595. TransparentColor = 255 0 0 
  596.  
  597. ;The individual status item backgrounds
  598. [Status.GripperPane]
  599. bgtype = none
  600.  
  601. ;The resize corner
  602. [Status.Gripper]
  603. ContentMargins=0,0,0,0
  604. ImageFile=HomeStead\ResizeGrip2.bmp
  605. bgtype = imagefile
  606. imageCount = 2
  607. sizingType = trueSize
  608. Transparent = True
  609. TransparentColor = 255 0 0 
  610. FillColorHint = 184 180 163; Resize gripper dots (dark beige)
  611. VAlign = Bottom
  612.  
  613.  
  614. ;----------- list view --------------------------------
  615. ;Icon, list, details, etc.
  616.  
  617. [ListView]
  618. BgType  = BorderFill
  619. BorderSize  = 1
  620. FillColor   = 255 255 255 
  621. BorderColor = 164 185 127
  622.  
  623.  
  624. ;----------- Tree view --------------------------------
  625.  
  626. [TreeView]
  627. BgType  = BorderFill
  628. BorderSize  = 1
  629. FillColor   = 255 255 255 
  630. BorderColor = 164 185 127
  631.  
  632. [TreeView.Glyph]
  633. bgtype = imagefile
  634. SizingType = TrueSize
  635. imagecount = 2
  636. imageLayout=vertical
  637. ;----- Multiple control sizes for different video adapter resolution settings ----
  638. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  639. TrueSizeScalingType = Dpi
  640. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  641. UniformSizing   = true  ; if you must stretch, do width & height equally
  642. ImageFile1=Homestead\treeExpandCollapse.bmp
  643. ImageFile2=Homestead\treeExpandCollapse10.bmp
  644. ImageFile3=Homestead\treeExpandCollapse15.bmp
  645. MinDpi1=96
  646. MinDpi2=133
  647. MinDpi3=150 
  648.  
  649.  
  650.  
  651. ;----------- header --------------------------------
  652. ;The area at the top of a list, with clickable headers for sort order
  653. [Header]
  654. bgtype = imagefile
  655. SizingMargins = 0, 0, 0, 3
  656. ImageFile=HomeStead\ListviewHeaderBackground.bmp
  657. sizingType = tile
  658.  
  659. [Header.HeaderItem]
  660. bgtype = imagefile
  661. SizingMargins = 8, 8, 3, 4
  662. ContentMargins = 3, 0, 0, 0
  663. ImageFile=HomeStead\ListViewHeader.bmp
  664. imageCount=5
  665. imageLayout=vertical
  666. sizingType = tile
  667. transparent=true
  668. transparentcolor=255 0 0
  669. FillColorHint = 250 248 243; Average fill color (light beige)
  670. AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
  671.  
  672.  
  673. ;----------- progress --------------------------------
  674. ;Progress bars
  675. [Progress]
  676. ProgressChunkSize=6
  677. ProgressSpaceSize=2
  678. bgType = borderFill
  679. fillType = Solid
  680. fillColor = 46 211 49
  681. bordersize = 1
  682. borderColor = 235 235 228
  683.  
  684.  
  685. [Progress.Bar]
  686. bgtype = imagefile
  687. ImageFile=HomeStead\ProgressTrack.bmp
  688. MinSize=10,10
  689. sizingMargins = 4, 4, 3, 3
  690. SizingType = tile
  691. FillColorHint = 255 255 255; Background color (white)
  692. BorderColorHint = 104 104 104; Edge color (dark grey)
  693. NormalSize = 100, 18
  694. SourceShrink = true
  695.  
  696. [Progress.Chunk]
  697. bgtype = imagefile
  698. ImageFile=HomeStead\ProgressChunk.bmp
  699. sizingMargins = 0, 0, 6, 5
  700. SizingType = tile
  701. FillColorHint = 229 126 63; Progress indicator color (med orange)
  702.  
  703. [Progress.BarVert]
  704. bgtype = imagefile
  705. ImageFile=HomeStead\ProgressTrackVert.bmp
  706. sizingMargins = 3, 3, 4, 4
  707. SizingType = tile
  708. FillColorHint = 255 255 255
  709. BorderColorHint = 104 104 104
  710.  
  711. [Progress.ChunkVert]
  712. bgtype = imagefile
  713. ImageFile=HomeStead\ProgressChunkVert.bmp
  714. sizingMargins = 6, 5, 0, 0
  715. SizingType = tile
  716. FillColorHint = 229 126 63; Progress indicator color (med orange)
  717.  
  718.  
  719. ;----------- tab --------------------------------
  720. [Tab]
  721. bgType = borderFill
  722. fillType = Solid
  723. fillColor = 236 233 216
  724. bordersize = 0
  725.  
  726.  
  727. ;The whole content area of a tab page
  728. [Tab.Pane]
  729. bgtype = imagefile
  730. ImageFile=HomeStead\TabPaneEdge.bmp
  731. sizingMargins = 2, 4, 2, 4
  732. SizingType = stretch
  733. imagecount = 1
  734. FillColorHint = 251 251 253; Light tab background color (very light beige)
  735. BorderColorHint = 145 155 156; Edge color (dark grey)
  736.  
  737. [Tab.TabItem]
  738. SizingMargins = 6, 6, 6, 6
  739. ContentMargins = 0, 0, 0, 0
  740. bgtype=imagefile
  741. ImageFile=HomeStead\tabItem.bmp
  742. imagecount=5
  743. imagelayout=vertical
  744. FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
  745. BorderColorHint = 166 161 166; Edge color (grey)
  746. AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
  747.  
  748.  
  749. [Tab.TabItemLeftEdge]
  750. SizingMargins = 6, 6, 6, 6
  751. ContentMargins = 0, 0, 0, 0
  752. bgtype=imagefile
  753. ImageFile=HomeStead\tabItemLeft.bmp
  754. imagecount=5
  755. imagelayout=vertical
  756. FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
  757. BorderColorHint = 166 161 166; Edge color (grey)
  758. AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
  759.  
  760.  
  761. [Tab.TabItemRightEdge]
  762. SizingMargins = 6, 6, 6, 6
  763. ContentMargins = 0, 0, 0, 0
  764. bgtype=imagefile
  765. ImageFile=HomeStead\tabItemRight.bmp
  766. imagecount=5
  767. imagelayout=vertical
  768. FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
  769. BorderColorHint = 166 161 166; Edge color (grey)
  770. AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
  771.  
  772.  
  773. [Tab.TabItemBothEdge]
  774. SizingMargins = 6, 6, 6, 6
  775. ContentMargins = 0, 0, 0, 0
  776. bgtype=imagefile
  777. ImageFile=HomeStead\tabItemBoth.bmp
  778. imagecount=5
  779. imagelayout=vertical
  780. FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
  781. BorderColorHint = 166 161 166; Edge color (grey)
  782. AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
  783.  
  784.  
  785. [Tab.TopTabItem]
  786. SizingMargins = 6, 6, 6, 6
  787. ContentMargins = 0, 0, 0, 0
  788. bgtype=imagefile
  789. ImageFile=HomeStead\tabItemTop.bmp
  790. imagecount=5
  791. imagelayout=vertical
  792. FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
  793. BorderColorHint = 166 161 166; Edge color (grey)
  794. AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
  795.  
  796.  
  797. [Tab.TopTabItemLeftEdge]
  798. SizingMargins = 6, 6, 6, 6
  799. ContentMargins = 0, 0, 0, 0
  800. bgtype=imagefile
  801. ImageFile=HomeStead\tabItemTopLeft.bmp
  802. imagecount=5
  803. imagelayout=vertical
  804. FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
  805. BorderColorHint = 166 161 166; Edge color (grey)
  806. AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
  807.  
  808.  
  809. [Tab.TopTabItemRightEdge]
  810. SizingMargins = 6, 6, 6, 6
  811. ContentMargins = 0, 0, 0, 0
  812. bgtype=imagefile
  813. ImageFile=HomeStead\tabItemTopRight.bmp
  814. imagecount=5
  815. imagelayout=vertical
  816. FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
  817. BorderColorHint = 166 161 166; Edge color (grey)
  818. AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
  819.  
  820.  
  821. [Tab.TopTabItemBothEdge]
  822. SizingMargins = 6, 6, 6, 6
  823. ContentMargins = 0, 0, 0, 0
  824. bgtype=imagefile
  825. ImageFile=HomeStead\tabItemTopBoth.bmp
  826. imagecount=5
  827. imagelayout=vertical
  828. FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
  829. BorderColorHint = 166 161 166; Edge color (grey)
  830. AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
  831.  
  832.  
  833. [Tab.Body]
  834. bgtype = imagefile
  835. stockImageFile=HomeStead\TabBackground.bmp
  836. FillColorHint = 251 251 253; Light tab background color (very light beige)
  837.  
  838. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  839. TrueSizeScalingType = Dpi
  840. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  841. ImageFile1  = HomeStead\TabBackground.bmp
  842. ImageFile2  = HomeStead\TabBackground133.bmp
  843. MinDpi1=96
  844. MinDpi2=164
  845.  
  846. ;----------- trackbar --------------------------------
  847. ;Volume sliders, etc.
  848. [TrackBar]
  849. bgType = borderFill
  850. fillType = Solid
  851. fillColor = 235 235 228
  852. bordersize = 1
  853. borderColor = 235 235 228
  854.  
  855. ;The movable part of a horizontal slider (TBS_BOTH style)
  856. [TrackBar.Thumb]
  857. bgtype=imagefile
  858. ImageFile=HomeStead\TrackbarHorizontal.bmp
  859. imagecount=5
  860. imagelayout = vertical
  861. SizingMargins = 3, 4, 3, 4
  862. sizingtype = tile
  863. FillColorHint = 243 243 239; Average background color (light beige)
  864. BorderColorHint = 181 196 205; Edge color (blue grey)
  865. AccentColorHint = 227 145 79; Rollover color (dark orange)
  866.  
  867. ;The movable part of a horizontal slider (TBS_TOP style)
  868. [TrackBar.ThumbTop]
  869. bgtype=imagefile
  870. imagecount=5
  871. imagelayout = vertical
  872. transparent=true
  873. sizingtype = truesize
  874. transparentcolor= 242 241 231
  875. FillColorHint = 243 243 239; Average background color (light beige)
  876. BorderColorHint = 181 196 205; Edge color (blue grey)
  877. AccentColorHint = 227 145 79; Rollover color (dark orange)
  878.  
  879.  
  880. ;----- the three sizes ----
  881. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  882. TrueSizeScalingType = Dpi
  883. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  884. UniformSizing   = true  ; if you must stretch, do width & height equally
  885. ImageFile1  = HomeStead\TrackBarUp13.bmp
  886. ImageFile2  = HomeStead\TrackBarUp16.bmp
  887. ImageFile3  = HomeStead\TrackBarUp25.bmp
  888. MinDpi1=96
  889. MinDpi2=118
  890. MinDpi3=185
  891.  
  892.  
  893. ;The movable part of a horizontal slider (TBS_BOTTOM style)
  894. [TrackBar.ThumbBottom]
  895. bgtype=imagefile
  896. imagecount=5
  897. transparent=true
  898. SizingMargins = 3, 6, 6, 10
  899. sizingtype = truesize
  900. transparentcolor= 242 241 231
  901. ImageLayout = vertical
  902. FillColorHint = 243 243 239; Average background color (light beige)
  903. BorderColorHint = 181 196 205; Edge color (blue grey)
  904. AccentColorHint = 227 145 79; Rollover color (dark orange)
  905.  
  906.  
  907. ;----- the three sizes ----
  908. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  909. TrueSizeScalingType = Dpi
  910. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  911. UniformSizing   = true  ; if you must stretch, do width & height equally
  912. ImageFile1  = HomeStead\TrackBarDown13.bmp
  913. ImageFile2  = HomeStead\TrackBarDown16.bmp
  914. ImageFile3  = HomeStead\TrackBarDown25.bmp
  915. MinDpi1=96
  916. MinDpi2=118
  917. MinDpi3=185
  918.  
  919. ;The movable part of a vertical slider (TBS_BOTH style)
  920. [TrackBar.ThumbVert]
  921. bgtype=imagefile
  922. ImageFile=HomeStead\TrackbarVertical.bmp
  923. SizingMargins = 3, 4, 3, 4
  924. sizingtype = tile
  925. imagecount=5
  926. ImageLayout = vertical
  927. FillColorHint = 243 243 239; Average background color (light beige)
  928. BorderColorHint = 181 196 205; Edge color (blue grey)
  929. AccentColorHint = 227 145 79; Rollover color (dark orange)
  930.  
  931.  
  932. ;The movable part of a vertical slider (TBS_LEFT style)
  933. [TrackBar.ThumbLeft]
  934. bgtype=imagefile
  935. sizingtype = truesize
  936. imagecount=5
  937. transparent=true
  938. transparentcolor= 242 241 231
  939. ImageLayout = vertical
  940. FillColorHint = 243 243 239; Average background color (light beige)
  941. BorderColorHint = 181 196 205; Edge color (blue grey)
  942. AccentColorHint = 227 145 79; Rollover color (dark orange)
  943.  
  944. ;----- the three sizes ----
  945. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  946. TrueSizeScalingType = Dpi
  947. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  948. UniformSizing   = true  ; if you must stretch, do width & height equally
  949. ImageFile1  = HomeStead\TrackBarLeft13.bmp
  950. ImageFile2  = HomeStead\TrackBarLeft16.bmp
  951. ImageFile3  = HomeStead\TrackBarLeft25.bmp
  952. MinDpi1=96
  953. MinDpi2=118
  954. MinDpi3=185
  955.  
  956. ;The movable part of a vertical slider (TBS_RIGHT style)
  957. [TrackBar.ThumbRight]
  958. bgtype=imagefile
  959. ImageFile=HomeStead\TrackbarRight13.bmp
  960. sizingtype = truesize
  961. imagecount=5
  962. transparent=true
  963. transparentcolor= 242 241 231
  964. ImageLayout = vertical
  965. FillColorHint = 243 243 239; Average background color (light beige)
  966. BorderColorHint = 181 196 205; Edge color (blue grey)
  967. AccentColorHint = 227 145 79; Rollover color (dark orange)
  968.  
  969.  
  970. ;----- the three sizes ----
  971. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  972. TrueSizeScalingType = Dpi
  973. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  974. UniformSizing   = true  ; if you must stretch, do width & height equally
  975. ImageFile1  = HomeStead\TrackBarRight13.bmp
  976. ImageFile2  = HomeStead\TrackBarRight16.bmp
  977. ImageFile3  = HomeStead\TrackBarRight25.bmp
  978. MinDpi1=96
  979. MinDpi2=118
  980. MinDpi3=185
  981.  
  982. ;The track along which a slidermoves
  983. [TrackBar.Track]
  984. bgtype=imagefile
  985. ImageFile=HomeStead\sliderTrack.bmp
  986. imagecount=1
  987. sizingtype = stretch
  988. SizingMargins = 2, 2, 2, 2
  989. FillColorHint = 242 241 233; Background color (light beige)
  990. BorderColorHint = 157 156 153; Edge color (dark grey)
  991.  
  992. ;The vertical track along which a slider moves
  993. [TrackBar.TrackVert]
  994. bgtype=imagefile
  995. ImageFile=HomeStead\sliderTrack.bmp
  996. imagecount=1
  997. sizingtype = stretch
  998. SizingMargins = 2, 2, 2, 2
  999. FillColorHint = 242 241 233; Background color (light beige)
  1000. BorderColorHint = 157 156 153; Edge color (dark grey)
  1001.  
  1002. ;Set the color of the tickmarks drawn for the slider
  1003. [TrackBar.Tics]
  1004. color=161 161 146
  1005.  
  1006. ;Set the color of the tickmarks drawn for the vertical slider
  1007. [TrackBar.TicsVert]
  1008. color=161 161 146
  1009.  
  1010.  
  1011.  
  1012.  
  1013. ;----------- tooltip --------------------------------
  1014. ;Set the color or image background for tooltips
  1015. [Tooltip.Close]
  1016. BgType = ImageFile
  1017. ImageFile=HomeStead\BalloonClose.bmp
  1018. imagecount=3
  1019. sizingtype = truesize
  1020. Imagelayout = vertical
  1021.  
  1022.  
  1023.  
  1024. ;-------------- Windows ------------------------
  1025. [Window]
  1026. BgType = ImageFile
  1027. Transparent = true
  1028. TextShadowOffset = 1,1
  1029. TextShadowColor = 65 64 10
  1030.  
  1031. [Window.Caption]
  1032. ImageFile  = HomeStead\FrameCaption.bmp
  1033. SizingMargins = 28, 35, 9, 17
  1034. ContentMargins = 1, 1, 1, 1
  1035. CaptionMargins = 4, 3, 0, 0
  1036. SizingType = stretch
  1037. Imagelayout = vertical
  1038. ImageCount=2
  1039. Transparent = True
  1040. FillColorHint = 170 184 134; Average background color (olive green)
  1041.  
  1042. [Window.Caption(active)]
  1043. TextShadowType = Single
  1044.  
  1045. [Window.CaptionSizingTemplate]
  1046. ImageFile  = HomeStead\FrameCaptionSizing.bmp
  1047. SizingMargins = 28, 35, 9, 17
  1048. ContentMargins = 18, 18, 26, 0
  1049. SizingType = tile
  1050. Imagelayout = vertical
  1051. ImageCount=2
  1052. Transparent = True
  1053. TransparentColor = 0 0 0
  1054.  
  1055. [Window.SmallCaption]
  1056. ImageFile  = HomeStead\SmallFrameCaption.bmp
  1057. SizingMargins = 24, 37, 9, 8
  1058. ContentMargins = 1, 1, 1, 1
  1059. SizingType = tile
  1060. Imagelayout = vertical
  1061. ImageCount=2
  1062. FillColorHint = 170 184 134; Average background color (olive green)
  1063.  
  1064. [Window.SmallCaptionSizingTemplate]
  1065. ImageFile  = HomeStead\SmallFrameCaptionSizing.bmp
  1066. SizingMargins = 24, 37, 9, 8
  1067. ContentMargins = 14, 14, 16, 0
  1068. SizingType = tile
  1069. Imagelayout = vertical
  1070. ImageCount=2
  1071. Transparent = True
  1072. TransparentColor = 0 0 0
  1073.  
  1074. ;The representation of a minimized window in and MDI application
  1075. [Window.MinCaption]
  1076. ImageFile  = HomeStead\FrameCaptionMin.bmp
  1077. ImageCount = 2
  1078. ImageLayout = vertical
  1079. SizingType = stretch
  1080. SizingMargins = 23, 26, 12, 8
  1081. ContentMargins = 3, 3, 0, 3
  1082. CaptionMargins = 4, 3, 0, 0
  1083. FillColorHint = 170 184 134; Average background color (olive green)
  1084.  
  1085. ;Shows as a strip at the top of a window when an application is maximized, rather than as a frame
  1086. ;surrounding the window
  1087. [Window.MaxCaption]
  1088. ImageFile  = HomeStead\FrameMaximized.bmp
  1089. SizingMargins = 28, 35, 9, 17
  1090. ContentMargins = 1, 1, 1, 1
  1091. SizingType = stretch
  1092. SizingType = Tile
  1093. Imagelayout = vertical
  1094. ImageCount=2
  1095. CaptionMargins = 4, 3, 4, 2 
  1096. ContentAlignment = left
  1097. FillColorHint = 170 184 134; Average background color (olive green)
  1098.  
  1099. [Window.MaxCaption(Active)]
  1100. TextShadowType = Single
  1101.  
  1102. [Window.FrameLeft]
  1103. ImageFile=HomeStead\frameLeft.bmp
  1104. SizingMargins = 2, 2, 0, 0
  1105. SizingType = stretch
  1106. ImageLayout = vertical
  1107. ImageCount = 2
  1108. Transparent = FALSE
  1109. Borderonly = FALSE
  1110.  
  1111. [Window.FrameRight]
  1112. ImageFile=HomeStead\frameRight.bmp
  1113. SizingMargins = 2, 2, 0, 0
  1114. SizingType = stretch
  1115. ImageLayout = vertical
  1116. ImageCount = 2
  1117. Transparent = FALSE
  1118. Borderonly = FALSE
  1119.  
  1120. [Window.FrameBottom]
  1121. ImageFile=HomeStead\frameBottom.bmp
  1122. SizingMargins = 5, 5, 2, 2
  1123. SizingType = stretch
  1124. ImageLayout = vertical
  1125. ImageCount = 2
  1126. Transparent = FALSE
  1127. Borderonly = FALSE
  1128.  
  1129. [Window.SmallFrameLeft]
  1130. ImageFile=HomeStead\frameLeft.bmp
  1131. SizingMargins = 2, 2, 0, 0
  1132. SizingType = stretch
  1133. ImageLayout = vertical
  1134. ImageCount = 2
  1135. Transparent = FALSE
  1136. Borderonly = FALSE
  1137.  
  1138. [Window.SmallFrameRight]
  1139. ImageFile=HomeStead\frameRight.bmp
  1140. SizingMargins = 2, 2, 0, 0
  1141. SizingType = stretch
  1142. ImageLayout = vertical
  1143. ImageCount = 2
  1144. Transparent = FALSE
  1145. Borderonly = FALSE
  1146.  
  1147. [Window.SmallFrameBottom]
  1148. ImageFile=HomeStead\frameBottom.bmp
  1149. SizingMargins = 5, 5, 2, 2
  1150. SizingType = stretch
  1151. ImageLayout = vertical
  1152. ImageCount = 2
  1153. Transparent = FALSE
  1154. Borderonly = FALSE
  1155.  
  1156. ;Background for dialog boxes
  1157.  
  1158. [Window.dialog]
  1159. bgType = BorderFill
  1160. FillColor = 236 233 216
  1161. BorderColor = 236 233 216
  1162.  
  1163.  
  1164. ;Close button in Window titlebar
  1165. [Window.CloseButton]
  1166. BgType = ImageFile
  1167. SizingMargins = 5, 5, 5, 5
  1168. ContentMargins = 2, 2, 2, 2
  1169. sizingType = Stretch
  1170. ImageFile=HomeStead\CloseButton.bmp
  1171. GlyphType   = ImageGlyph
  1172. GlyphTransparent = True
  1173. ImageCount = 8
  1174. ImageLayout = Vertical
  1175. OffsetType = TopRight
  1176. Offset = -25, 5
  1177. FillColorHint = 228 93 61; Close box average color (brick red)
  1178. BorderColorHint = 255 255 255; Edge color (white)
  1179.  
  1180. ;----- glyphs ----
  1181. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1182. UniformSizing   = true  ; if you must stretch, do width & height equally
  1183. ImageFile1=homestead\CloseGlyph6.bmp
  1184. ImageFile2=homestead\CloseGlyph9.bmp
  1185. ImageFile3=homestead\CloseGlyph.bmp
  1186. ImageFile4=homestead\CloseGlyph19.bmp
  1187. ImageFile5=homestead\CloseGlyph23.bmp
  1188. MinDpi1=96
  1189. MinDpi2=126
  1190. MinDpi3=170
  1191.  
  1192.  
  1193. ;Maximize button in window titlebar
  1194. [Window.MaxButton]
  1195. BgType = ImageFile
  1196. SizingMargins = 5, 5, 5, 5
  1197. ContentMargins = 2, 2, 2, 2
  1198. sizingType = Stretch
  1199. ImageFile=HomeStead\CaptionButton.bmp
  1200. GlyphType   = ImageGlyph
  1201. GlyphTransparent = True
  1202. ImageCount = 8
  1203. ImageLayout=Vertical
  1204. OffsetType = TopRight
  1205. Offset = -49, 5
  1206. FillColorHint = 153 168 119; Titlebar button color (olive)
  1207. BorderColorHint = 255 255 255; Edge color (white)
  1208.  
  1209. ;----- glyphs ----
  1210. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1211. UniformSizing   = true  ; if you must stretch, do width & height equally
  1212. ImageFile1=homestead\MaximizeGlyph6.bmp
  1213. ImageFile2=homestead\MaximizeGlyph9.bmp
  1214. ImageFile3=homestead\MaximizeGlyph.bmp
  1215. ImageFile4=homestead\MaximizeGlyph19.bmp
  1216. ImageFile5=homestead\MaximizeGlyph23.bmp
  1217. MinDpi1=96
  1218. MinDpi2=126
  1219. MinDpi3=170
  1220.  
  1221.  
  1222. ;Restore button in window titlebar
  1223. [Window.RestoreButton]
  1224. BgType = ImageFile
  1225. SizingMargins = 5, 5, 5, 5
  1226. ContentMargins = 2, 2, 2, 2
  1227. sizingType = Stretch
  1228. ImageFile=HomeStead\CaptionButton.bmp
  1229. GlyphType   = ImageGlyph
  1230. GlyphTransparent = True
  1231. ImageCount = 8
  1232. ImageLayout=Vertical
  1233. OffsetType = TopRight
  1234. Offset = -49, 5
  1235. FillColorHint = 153 168 119; Titlebar button color (olive)
  1236. BorderColorHint = 255 255 255; Edge color (white)
  1237.  
  1238. ;----- glyphs ----
  1239. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1240. UniformSizing   = true  ; if you must stretch, do width & height equally
  1241. ImageFile1=homestead\RestoreGlyph6.bmp
  1242. ImageFile2=homestead\RestoreGlyph9.bmp
  1243. ImageFile3=homestead\RestoreGlyph.bmp
  1244. ImageFile4=homestead\RestoreGlyph19.bmp
  1245. ImageFile5=homestead\RestoreGlyph23.bmp
  1246. MinDpi1=96
  1247. MinDpi2=126
  1248. MinDpi3=170
  1249.  
  1250.  
  1251. ;Minimize button in window titlebar
  1252. [Window.MinButton]
  1253. BgType = ImageFile
  1254. SizingMargins = 5, 5, 5, 5
  1255. ContentMargins = 2, 2, 2, 2
  1256. sizingType = Stretch
  1257. ImageFile=HomeStead\CaptionButton.bmp
  1258. GlyphType   = ImageGlyph
  1259. GlyphTransparent = True
  1260. ImageCount = 8
  1261. ImageLayout=Vertical
  1262. OffsetType = TopRight
  1263. Offset = -73, 5
  1264. FillColorHint = 153 168 119; Titlebar button color (olive)
  1265. BorderColorHint = 255 255 255; Edge color (white)
  1266.  
  1267.  
  1268.  
  1269. ;----- glyphs ----
  1270. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1271. UniformSizing   = true  ; if you must stretch, do width & height equally
  1272. ImageFile1=homestead\MinimizeGlyph6.bmp
  1273. ImageFile2=homestead\MinimizeGlyph9.bmp
  1274. ImageFile3=homestead\MinimizeGlyph.bmp
  1275. ImageFile4=homestead\MinimizeGlyph19.bmp
  1276. ImageFile5=homestead\MinimizeGlyph23.bmp
  1277. MinDpi1=96
  1278. MinDpi2=126
  1279. MinDpi3=170
  1280.  
  1281. ;Help button in window titlebar--normally only appears on dialog windows
  1282. [Window.HelpButton]
  1283. BgType = ImageFile
  1284. SizingMargins = 5, 5, 5, 5
  1285. ContentMargins = 2, 2, 2, 2
  1286. sizingType = Stretch
  1287. ImageFile=HomeStead\CaptionButton.bmp
  1288. GlyphType   = ImageGlyph
  1289. GlyphTransparent = True
  1290. ImageCount = 8
  1291. ImageLayout=Vertical
  1292. OffsetType = TopRight
  1293. Offset = -73, 5
  1294. MirrorImage = true  ; don't remove this (must specify to be localizable)
  1295. FillColorHint = 153 168 119; Titlebar button color (olive)
  1296. BorderColorHint = 255 255 255; Edge color (white)
  1297.  
  1298.  
  1299.  
  1300. ;----- glyphs ----
  1301. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1302. UniformSizing   = true  ; if you must stretch, do width & height equally
  1303. ImageFile1=homestead\HelpGlyph6.bmp
  1304. ImageFile2=homestead\HelpGlyph9.bmp
  1305. ImageFile3=homestead\HelpGlyph.bmp
  1306. ImageFile4=homestead\HelpGlyph19.bmp
  1307. ImageFile5=homestead\HelpGlyph23.bmp
  1308. MinDpi1=96
  1309. MinDpi2=126
  1310. MinDpi3=170
  1311.  
  1312.  
  1313. ;The Titlebar icon, next to the window title
  1314. [Window.SysButton]
  1315. OffsetType = TopLeft
  1316. Offset = 10, 3
  1317.  
  1318. ;Close button for palette windows
  1319. [Window.SmallCloseButton]
  1320. BgType = ImageFile
  1321. SizingMargins = 5, 5, 5, 5
  1322. ContentMargins = 0, 0, 0, 0
  1323. sizingType = Stretch
  1324. ImageFile=HomeStead\SmallCloseButton.bmp
  1325. GlyphType   = ImageGlyph
  1326. GlyphImageFile=HomeStead\SmallCloseGlyph.bmp
  1327. GlyphTransparent = True
  1328. ImageCount = 8
  1329. ImageLayout = Vertical
  1330. OffsetType = TopRight
  1331. Offset = -16, 3
  1332. FillColorHint = 228 93 61; Close box average color (brick red)
  1333. BorderColorHint = 255 255 255; Edge color (white)
  1334.  
  1335.  
  1336. ;Close button for a maximized MDI window
  1337. [Window.MDICloseButton]
  1338. BgType = ImageFile
  1339. sizingType = stretch
  1340. ImageFile=HomeStead\MDICaptionButton.bmp
  1341. ImageCount=4
  1342. ImageLayout = Vertical
  1343. SizingMargins = 4, 4, 4, 4
  1344. ContentMargins = 0, 0, 0, 0
  1345. OffsetType = TopRight
  1346. Offset = -19, 1
  1347. GlyphType   = ImageGlyph
  1348. GlyphImageFile  = HomeStead\MDIGlyphClose.bmp
  1349. GlyphTransparent= true
  1350. FillColorHint = 241 239 229; Average background color (beige)
  1351. BorderColorHint = 255 255 255; Edge color (white)
  1352.  
  1353.  
  1354. ;Restore button for a maximized MDI window
  1355. [Window.MDIRestoreButton]
  1356. BgType = ImageFile
  1357. sizingType = stretch
  1358. ImageFile=HomeStead\MDICaptionButton.bmp
  1359. ImageCount=4
  1360. ImageLayout = Vertical
  1361. SizingMargins = 4, 4, 4, 4
  1362. ContentMargins = 0, 0, 0, 0
  1363. OffsetType = TopRight
  1364. Offset = -37, 1
  1365. GlyphType   = ImageGlyph
  1366. GlyphImageFile  = HomeStead\MDIGlyphRestore.bmp
  1367. GlyphTransparent= true
  1368. FillColorHint = 241 239 229; Average background color (beige)
  1369. BorderColorHint = 255 255 255; Edge color (white)
  1370.  
  1371.  
  1372.  
  1373. ;Minimize button for a maximized MDI window
  1374. [Window.MDIMinButton]
  1375. BgType = ImageFile
  1376. sizingType = stretch
  1377. ImageFile=HomeStead\MDICaptionButton.bmp
  1378. ImageCount=4
  1379. ImageLayout = Vertical
  1380. SizingMargins = 4, 4, 4, 4
  1381. ContentMargins = 0, 0, 0, 0
  1382. OffsetType = TopRight
  1383. Offset = -53, 1
  1384. GlyphType   = ImageGlyph
  1385. GlyphImageFile  = HomeStead\MDIGlyphMinimize.bmp
  1386. GlyphTransparent= true
  1387. FillColorHint = 241 239 229; Average background color (beige)
  1388. BorderColorHint = 255 255 255; Edge color (white)
  1389.  
  1390.  
  1391. ;-------------- Start Panel -------------------
  1392. [StartPanel]
  1393. bgtype = none
  1394. DefaultPaneSize = 0, 0, 380, 440
  1395.  
  1396. [StartPanel.UserPane]
  1397. UserPicture         = True
  1398. ImageLayout         = Horizontal
  1399. TextColor           = 255 255 255
  1400. Font                = Franklin Gothic Medium, 17
  1401. DefaultPaneSize     = 0, 0, 380, 64
  1402. BgType              = Imagefile
  1403. Transparent         = True
  1404. Imagefile           = HomeStead\StartUserPanel.bmp
  1405. Imagecount          = 1
  1406. SizingMargins       = 59, 60, 62, 0
  1407. sizingType          = Stretch
  1408. TEXTSHADOWOFFSET= 2, 2
  1409. textshadowcolor     = 24 56 2
  1410. TextShadowType      = continuous
  1411. FillColorHint = 183 199 147; Average background (olive)
  1412.  
  1413.  
  1414. [StartPanel.UserPicture]
  1415. BgType = ImageFile
  1416. ImageFile=HomeStead\UserTileBackground.bmp
  1417. Imagecount = 1
  1418. SizingType = Stretch
  1419. SizingMargins = 6, 10, 6, 10
  1420. ContentMargins = 8, 6, 8, 6
  1421. Transparent = true
  1422. FillColorHint = 221 236 191; Average Background (light olive)
  1423.  
  1424.  
  1425. [StartPanel.ProgList]
  1426. DefaultPaneSize = 0, 0, 190, 306
  1427. ContentMargins  = 6 4 9 5
  1428. TextColor   = 55 55 56 
  1429. HotTracking = 133 144 102
  1430. CaptionText = 128 128 128
  1431. BgType  = ImageFile
  1432. SizingType  = Stretch
  1433. SizingMargins   = 2, 153, 3, 0
  1434. sizingType = Stretch
  1435. ImageFile   = HomeStead\StartPanelMFUBackground.bmp
  1436. imagecount  = 1
  1437. FillColorHint = 255 255 255; Background (white)
  1438.  
  1439.  
  1440. [StartPanel.ProgListSeparator]
  1441. BgType = ImageFile
  1442. SizingType = TrueSize
  1443. ImageFile=HomeStead\StartProgramsSeparator.bmp
  1444.  
  1445. [StartPanel.MorePrograms]
  1446. DefaultPaneSize = 0, 0, 190, 30
  1447. TextColor           = 55 55 56
  1448. HotTracking         = 133 144 102
  1449. Font                = Tahoma, 10, Bold
  1450. BgType              = ImageFile
  1451. SizingType          = Stretch
  1452. SizingMargins       = 3, 0, 0, 1
  1453.  
  1454. ;  left and right contentmargins should match proglist
  1455. ContentMargins  = 8, 8, 0, 6
  1456. ImageFile   = HomeStead\StartPanelMoreProgBackGround.BMP
  1457. imagecount  = 1
  1458. sizingType = Stretch
  1459.  
  1460. [StartPanel.MoreProgramsArrow]
  1461. BgType  = ImageFile
  1462. SizingType  = TrueSize
  1463. ImageFile   = HomeStead\StartPanelMoreProgArrow.bmp
  1464. ImageCount  = 1
  1465. FillColorHint = 108 207 108; Average color (green)
  1466.  
  1467. [StartPanel.MoreProgramsArrow(hot)]
  1468. BgType  = ImageFile
  1469. SizingType  = TrueSize
  1470. ImageFile   = HomeStead\StartPanelMoreProgArrowHot.bmp
  1471. ImageCount  = 1
  1472. FillColorHint = 107 239 107; Average color (bright green)
  1473.  
  1474. [StartPanel.PlacesList]
  1475. DefaultPaneSize = 0, 0, 190, 336
  1476. ContentMargins  = 4 6 9 5
  1477. TextColor           = 84 95 56
  1478. HotTracking         = 80 150 248
  1479. BgType              = imageFile
  1480. ImageFile=HomeStead\StartPanelPlacesBackground.bmp
  1481. imagecount = 1
  1482. SizingMargins = 172, 7, 3, 1
  1483. sizingType = Stretch
  1484. FillColorHint = 242 241 228; Average Background (light orange)
  1485.  
  1486. [StartPanel.PlacesListSeparator]
  1487. BgType = ImageFile
  1488. SizingType = TrueSize
  1489. ImageFile=HomeStead\StartPlacesSeparator.bmp
  1490.  
  1491. [StartPanel.Logoff]
  1492. ContentMargins =  0, 0, 4, 2
  1493. DefaultPaneSize = 0, 0, 380, 40
  1494. TextColor   = 65 64 10
  1495. HotTracking = 255 255 255
  1496. bgType = imagefile
  1497. ImageFile=HomeStead\StartPanelLogoffBackground.bmp
  1498. imagecount = 1
  1499. sizingMargins = 49, 47, 0, 38
  1500. sizingType = Stretch
  1501. FillColorHint = 183 199 147; Average background (olive)
  1502.  
  1503. ;; note that if you want transparent LogoffButtons they MUST be 32 bit
  1504. ;; images with an alphachanel, not 8 or 24 bit images with a TransparentColor
  1505. [StartPanel.LogoffButtons]
  1506. BgType  = ImageFile
  1507. Transparent = True
  1508. SizingType  = TrueSize
  1509. ImageFile   = HomeStead\StartPanelLogoffButtons.bmp
  1510. ImageCount  = 1
  1511.  
  1512. [StartPanel.LogoffButtons(hot)]
  1513. BgType  = ImageFile
  1514. Transparent = True
  1515. SizingType  = TrueSize
  1516. ImageFile   = HomeStead\StartPanelLogoffButtonsHot.bmp
  1517. ImageCount  = 1
  1518.  
  1519.  
  1520. ;-------------- Taskbar specific --------------
  1521. [Start::Button]
  1522. BgType  = ImageFile
  1523. SizingType  = Stretch
  1524. SizingMargins   = 6, 52, 13, 14
  1525. ContentMargins  = 10, 24, 2, 4
  1526. ImageFile   = HomeStead\StartButton.bmp
  1527. ImageCount  = 3
  1528. ImageLayout = Vertical
  1529. Transparent = True
  1530. Font= Franklin Gothic Medium, 17, italic
  1531. TextColor   = 255 255 255
  1532. TEXTSHADOWOFFSET= 2, 2
  1533. textshadowcolor = 69 76 16
  1534. TextShadowType  = continuous
  1535. FillColorHint = 125 151 96; Average background (dark olive)
  1536.  
  1537. [StartMenu::MenuBand]
  1538. TextColor   = 0 0 0
  1539.  
  1540. [StartMenu::MenuBand(Hot)]
  1541. TextColor   = 255 255 255
  1542.  
  1543. [StartMenu::MenuBand.NewAppButton]
  1544. BgType  = ImageFile
  1545. SizingType  = Stretch
  1546. SizingMargins   = 6, 1, 0, 0
  1547. ContentMargins  = 10, 0, 3, 0
  1548. ImageFile   = HomeStead\StartGroupNewAppButton.bmp
  1549. ImageCount  = 1
  1550. Transparent    = True
  1551. TransparentColor= 255 0 0
  1552. FillcolorHint = 254 234 182; Background newly installed app color (light orange)
  1553.  
  1554. [StartMenu::MenuBand.Seperator]
  1555. BgType  = ImageFile
  1556. SizingType  = Stretch
  1557. SizingMargins   = 6, 1, 3, 0
  1558. ContentMargins  = 10, 0, 3, 0
  1559. ImageFile   = HomeStead\StartGroupSeperator.bmp
  1560. ImageCount  = 1
  1561. Transparent    = True
  1562. TransparentColor= 255 0 0
  1563. FillColorHint = 211 211 200; Separator color (grey)
  1564.  
  1565. [StartMenu::Toolbar]
  1566. BgType  = ImageFile
  1567. ImageFile    = HomeStead\StartGroupBackground.bmp
  1568. SizingType    = Stretch
  1569. SizingMargins    = 6, 5, 3, 4
  1570. ContentMargins    = 0, 0, 0, 0
  1571. Font= Tahoma, 10
  1572. TextColor   = 0 0 0
  1573. FillColorHint = 255 255 255; Background of More Programs menu (white)
  1574. AccentColorHint = 142 152 102; Left edge of More Programs menu (olive)
  1575.  
  1576.  
  1577. [StartMenu::Toolbar(Hot)]
  1578. TextColor   = 255 255 255
  1579.  
  1580. [StartMenu::Toolbar.Button]
  1581. BgType  = ImageFile
  1582. SizingType  = Stretch
  1583. SizingMargins   = 6, 1, 0, 0
  1584. ContentMargins  = 10, 0, 3, 0
  1585. ImageFile   = HomeStead\StartGroupToolbarButton.bmp
  1586. ImageCount  = 3
  1587. ImageLayout    = vertical
  1588. Transparent    = True
  1589. TransparentColor= 255 0 0
  1590. FillColorHint = 147 160 112; Rollover of item on More Programs menu (dark olive)
  1591.  
  1592.  
  1593. [TaskBar::Toolbar]
  1594. BgType  = None
  1595. Font= Tahoma, 10
  1596. TextColor   = 65 64 10
  1597.  
  1598. [TaskBar::Toolbar.Button]
  1599. BgType  = ImageFile
  1600. SizingType  = Stretch
  1601. SizingMargins   = 4, 4, 16, 8
  1602. ContentMargins  = 0, 0, 4, 4
  1603. ImageFile   = HomeStead\TaskBandButtonNoEdge.bmp
  1604. ImageCount  = 6
  1605. ImageLayout = vertical
  1606. Transparent = True
  1607. FillColorHint = 199 208 168; Average background color (light olive)
  1608.  
  1609. [TaskBar::Toolbar.DropdownButton]
  1610. BgType  = ImageFile
  1611.  
  1612. SizingType  = Stretch
  1613. SizingMargins   = 4, 4, 16, 8
  1614. ContentMargins  = 2, 0, 4, 4
  1615. ImageFile   = HomeStead\TaskBandButtonNoEdge.bmp
  1616. ImageCount  = 6
  1617. ImageLayout = vertical
  1618. Transparent = True
  1619. FillColorHint = 199 208 168; Average background color (light olive)
  1620.  
  1621. [TaskBarVert::Toolbar]
  1622. BgType  = None
  1623. Font= Tahoma, 10
  1624. TextColor   = 65 64 10
  1625.  
  1626. [TaskBar::Toolbar(checked)]
  1627. TextColor = 255 255 255
  1628.  
  1629. [TaskBar::Toolbar(pressed)]
  1630. TextColor = 255 255 255
  1631.  
  1632. [TaskBar::Toolbar(hotchecked)]
  1633. TextColor = 255 255 255
  1634.  
  1635. [TaskBarVert::Toolbar(checked)]
  1636. TextColor = 255 255 255
  1637.  
  1638. [TaskBarVert::Toolbar(pressed)]
  1639. TextColor = 255 255 255
  1640.  
  1641. [TaskBarVert::Toolbar(hotchecked)]
  1642. TextColor = 255 255 255
  1643.  
  1644. [TaskBarVert::Toolbar.Button]
  1645. BgType  = ImageFile
  1646. SizingType  = Stretch
  1647. SizingMargins   = 4, 4, 15, 3
  1648. ContentMargins  = 1, 1, 1, 1
  1649. ImageFile   = HomeStead\TaskBandButtonNoEdgeVertical.bmp
  1650. ImageCount  = 6
  1651. ImageLayout = vertical
  1652. Transparent = True
  1653. FillColorHint = 199 208 168; Average background color (light olive)
  1654.  
  1655. [TaskBarVert::Toolbar.DropdownButton]
  1656. BgType  = ImageFile
  1657. SizingType  = Stretch
  1658. SizingMargins   = 4, 4, 15, 3
  1659. ContentMargins  = 1, 1, 1, 1
  1660. ImageFile   = HomeStead\TaskBandButtonNoEdgeVertical.bmp
  1661. ImageCount  = 6
  1662. ImageLayout = vertical
  1663. Transparent = True
  1664. FillColorHint = 199 208 168; Average background color (light olive)
  1665.  
  1666. [TaskBar::Rebar]
  1667. BgType  = None
  1668. Font= Tahoma, 10
  1669. TextColor   = 255 255 255
  1670.  
  1671. [TaskBar::Rebar.Band]
  1672. BgType  = None
  1673.  
  1674. [TaskBar::Rebar.Gripper]
  1675. BgType  = ImageFile
  1676. SizingType  = Tile
  1677. SizingMargins   = 0, 0, 6, 4
  1678. ContentMargins  = 2, 1, 0, 0
  1679. ImageFile   = HomeStead\TaskbarGripper.bmp
  1680. ImageCount  = 1
  1681. Transparent = True
  1682. TransparentColor= 255 0 255
  1683. FillColorHint = 134 146 105; Gripper dot color (dark olive)
  1684.  
  1685. [TaskBar::Rebar.GripperVert]
  1686. BgType  = ImageFile
  1687. SizingType  = Tile
  1688. SizingMargins   = 4, 6, 0, 0
  1689. ContentMargins  = 0, 0, 2, 1
  1690. ImageFile   = HomeStead\TaskbarGripperVertical.bmp
  1691. ImageCount  = 1
  1692. Transparent = True
  1693. TransparentColor= 255 0 255
  1694. FillColorHint = 6 45 159; Gripper dot color (dark purple)
  1695.  
  1696. [TaskBar::Rebar.Chevron]
  1697. BgType  = ImageFile
  1698. SizingType  = Stretch
  1699. SizingMargins   = 4, 4, 16, 8
  1700. ContentMargins  = 0, 0, 0, 10
  1701. ImageFile   = HomeStead\TaskBandButtonNoEdge.bmp
  1702. ImageCount  = 6
  1703. ImageLayout = vertical
  1704. Transparent = True
  1705. GlyphType   = ImageGlyph
  1706. GlyphImageFile  = HomeStead\TaskbarChevron.bmp
  1707. GlyphTransparent= true
  1708. VAlign = Top
  1709. FillColorHint = 65 64 10; Overflow glyph color (very dark olive)
  1710.  
  1711. [TaskBar::Rebar.ChevronVert]
  1712. BgType  = ImageFile
  1713. SizingType  = Stretch
  1714. SizingMargins   = 4, 4, 15, 3
  1715. ContentMargins  = 0, 0, 0, 0
  1716. ImageFile   = HomeStead\TaskBandButtonNoEdgeVertical.bmp
  1717. ImageCount  = 6
  1718. ImageLayout = vertical
  1719. Transparent = True
  1720. GlyphType   = ImageGlyph
  1721. GlyphImageFile  = HomeStead\TaskbarChevronVert.bmp
  1722. GlyphTransparent= true
  1723. FillColorHint = 65 64 10; Overflow glyph color (very dark olive)
  1724.  
  1725. [TaskBar.BackgroundBottom]
  1726. BgType  = ImageFile
  1727. SizingType  = Tile
  1728. SizingMargins   = 0, 0, 17, 12
  1729. ImageFile   = HomeStead\TaskbarBackground.bmp
  1730. ImageCount  = 1
  1731. FillColorHint = 170 184 131; Average background color (olive)
  1732.  
  1733. [TaskBar.SizingBarBottom]
  1734. BgType  = ImageFile
  1735. SizingType  = Tile
  1736. ImageFile   = HomeStead\TaskbarSizingBarBottom.bmp
  1737. ImageCount  = 1
  1738. FillColorHint = 201 219 161; Average color (lighter olive)
  1739.  
  1740. [TaskBar.BackgroundLeft]
  1741. BgType  = ImageFile
  1742. SizingType  = Tile
  1743. SizingMargins   = 15, 11, 0, 0
  1744. ImageFile   = HomeStead\TaskbarBackgroundVertical.bmp
  1745. ImageCount  = 1
  1746. FillColorHint = 170 184 131; Average background color (olive)
  1747.  
  1748. [TaskBar.SizingBarLeft]
  1749. BgType  = ImageFile
  1750. SizingType  = Tile
  1751. ImageFile   = HomeStead\TaskbarSizingBarLeft.bmp
  1752. ImageCount  = 1
  1753. FillColorHint = 201 219 161; Average color (lighter olive)
  1754.  
  1755. [TaskBar.BackgroundTop]
  1756. BgType  = ImageFile
  1757. SizingType  = Tile
  1758. SizingMargins   = 0, 0, 15, 11
  1759. ImageFile   = HomeStead\TaskbarBackground.bmp
  1760. ImageCount  = 1
  1761. FillColorHint = 170 184 131; Average background color (olive)
  1762.  
  1763. [TaskBar.SizingBarTop]
  1764. BgType  = ImageFile
  1765. SizingType  = Tile
  1766. ImageFile   = HomeStead\TaskbarSizingBarTop.bmp
  1767. ImageCount  = 1
  1768. FillColorHint = 201 219 161; Average color (lighter olive)
  1769.  
  1770. [TaskBar.BackgroundRight]
  1771. BgType  = ImageFile
  1772. SizingType  = Tile
  1773. SizingMargins   = 11, 13, 0, 0
  1774. ImageFile   = HomeStead\TaskbarBackgroundVertical.bmp
  1775. ImageCount  = 1
  1776. FillColorHint = 170 184 131; Average background color (olive)
  1777.  
  1778. [TaskBar.SizingBarRight]
  1779. BgType  = ImageFile
  1780. SizingType  = Stretch
  1781. ImageFile   = HomeStead\TaskbarSizingBarRight.bmp
  1782. ImageCount  = 1
  1783. FillColorHint = 201 219 161; Average color (lighter olive)
  1784.  
  1785. ;-------------- Taskband specific --------------
  1786. [TaskBand.FlashButton]
  1787. BgType  = ImageFile
  1788. SizingType  = Stretch
  1789. SizingMargins   = 4, 4, 4, 4
  1790. ContentMargins  = 0, 0, 4, 4
  1791. ImageFile   = HomeStead\TaskBandFlashButton.bmp
  1792. ImageCount  = 1
  1793. ImageLayout = vertical
  1794. Transparent = True
  1795. FillColorHint = 199 208 168; Average background color (light olive)
  1796. AccentColorHint = 243 189 115; Attention hilite color (light orange)
  1797.  
  1798. [TaskBand.FlashButtonGroupMenu]
  1799. BgType  = ImageFile
  1800. SizingType  = Stretch
  1801. SizingMargins   = 4, 4, 4, 4
  1802. ContentMargins  = 0, 0, 4, 4
  1803. ImageFile   = HomeStead\TaskBandFlashButtonGroupMenu.bmp
  1804. ImageCount  = 1
  1805. Transparent = True
  1806. FillColorHint = 199 208 168; Average background color (light olive)
  1807. AccentColorHint = 243 189 115; Attention hilite color (light orange)
  1808.  
  1809. [TaskBand.GroupCount]
  1810. Font= Tahoma, 10, Bold
  1811. TextColor   = 65 64 10
  1812.  
  1813. [TaskBand::Toolbar]
  1814. BgType  = None
  1815. Font= Tahoma, 10
  1816. TextColor   = 65 64 10
  1817.  
  1818. [TaskBand::Toolbar(checked)]
  1819. TextColor = 255 255 255
  1820.  
  1821. [TaskBand::Toolbar(pressed)]
  1822. TextColor = 255 255 255
  1823.  
  1824. [TaskBand::Toolbar(hotchecked)]
  1825. TextColor = 255 255 255
  1826.  
  1827. [TaskBand::Toolbar.Button]
  1828. BgType  = ImageFile
  1829. SizingType  = Stretch
  1830. SizingMargins   = 17, 5, 15, 8
  1831. ContentMargins  = 0, 4, 4, 4
  1832. ImageFile   = HomeStead\TaskBandButton.bmp
  1833. ImageCount  = 6
  1834. ImageLayout = vertical
  1835. Transparent = True
  1836. FillColorHint = 199 208 168; Average background color (light olive)
  1837.  
  1838. [TaskBand::Toolbar.DropdownButton]
  1839. BgType  = ImageFile
  1840. SizingType  = Stretch
  1841. SizingMargins   = 17, 5, 15, 8
  1842. ContentMargins  = 0, 4, 4, 4
  1843. ImageFile   = HomeStead\TaskBandButton.bmp
  1844. ImageCount  = 6
  1845. ImageLayout = vertical
  1846. Transparent = True
  1847. FillColorHint = 199 208 168; Average background color (light olive)
  1848.  
  1849. [TaskBandVert::Toolbar]
  1850. BgType  = None
  1851. Font= Tahoma, 10
  1852. TextColor   = 65 64 10
  1853.  
  1854. [TaskBandVert::Toolbar(checked)]
  1855. TextColor = 255 255 255
  1856.  
  1857. [TaskBandVert::Toolbar(pressed)]
  1858. TextColor = 255 255 255
  1859.  
  1860. [TaskBandVert::Toolbar(hotchecked)]
  1861. TextColor = 255 255 255
  1862.  
  1863. [TaskBandVert::Toolbar.Button]
  1864. BgType  = ImageFile
  1865. SizingType  = Stretch
  1866. SizingMargins   = 16, 7, 12, 6
  1867. ContentMargins  = 0, 4, 4, 4
  1868. ImageFile   = HomeStead\TaskBandButtonVertical.bmp
  1869. ImageCount  = 6
  1870. ImageLayout = vertical
  1871. Transparent = True
  1872. FillColorHint = 199 208 168; Average background color (light olive)
  1873.  
  1874. [TaskBandVert::Toolbar.DropdownButton]
  1875. BgType  = ImageFile
  1876. SizingType  = Stretch
  1877. SizingMargins   = 16, 7, 12, 6
  1878. ContentMargins  = 0, 4, 4, 4
  1879. ImageFile   = HomeStead\TaskBandButtonVertical.bmp
  1880. ImageCount  = 6
  1881. ImageLayout = vertical
  1882. Transparent = True
  1883. FillColorHint = 199 208 168; Average background color (light olive)
  1884.  
  1885. [TaskBand::ScrollBar.ArrowBtn]
  1886. BgType  = ImageFile
  1887. SizingMargins = 5, 5, 5, 5
  1888. ContentMargins = 0, 0, 0, 0
  1889. SizingType = Stretch
  1890. ImageFile=HomeStead\TaskbandScrollArrows.bmp
  1891. ImageCount = 16
  1892. ImageLayout = Vertical
  1893. GlyphType   = ImageGlyph
  1894. GlyphImageFile=HomeStead\TaskBandScrollArrowGlyphs.bmp
  1895. GlyphTransparent = True
  1896. FillColorHint = 152 168 128; Average background color (olive)
  1897.  
  1898. [TaskBand::Scrollbar.ThumbBtnHorz]
  1899. BgType  = ImageFile
  1900. SizingMargins = 5, 5, 5, 5
  1901. ContentMargins = 4, 4, 0, 0
  1902. ImageFile   = HomeStead\TaskBandScrollThumbHorizontal.bmp
  1903. ImageCount  = 4
  1904. ImageLayout = Vertical
  1905. FillColorHint = 152 168 128; Average background color (olive)
  1906.  
  1907. ;A visual element in the middle of the scrollbar thumb
  1908. [TaskBand::Scrollbar.GripperHorz]
  1909. BgType  = ImageFile
  1910. SizingType  = TrueSize
  1911. ImageFile   = HomeStead\TaskBandScrollThumbGripperHorizontal.BMP
  1912. imagelayout = vertical
  1913. Transparent = True
  1914. ImageCount  = 4
  1915. FillColorHint = 188 204 159; Thumb gripper lighter color (light olive)
  1916.  
  1917.  
  1918. ; Scrollbar Thumb (vertical)
  1919. [TaskBand::Scrollbar.ThumbBtnVert]
  1920. BgType  = ImageFile
  1921. SizingMargins = 5, 5, 5, 5
  1922. ContentMargins = 0, 0, 4, 4
  1923. ImageFile   = HomeStead\TaskBandScrollThumbVertical.bmp
  1924. ImageCount  = 4
  1925. ImageLayout = vertical
  1926. FillColorHint = 152 168 128; Average background color (olive)
  1927.  
  1928. ;A visual element in the middle of the scrollbar thumb
  1929. [TaskBand::Scrollbar.GripperVert]
  1930. BgType  = ImageFile
  1931. SizingType  = TrueSize
  1932. ImageFile   = HomeStead\TaskBandScrollThumbGripperVertical.BMP
  1933. ImageCount  = 4
  1934. Transparent = True
  1935. ImageLayout = Vertical
  1936. FillColorHint = 188 204 159; Thumb gripper lighter color (light olive)
  1937.  
  1938.  
  1939. ; Scrollbar Tracks (horizontal)
  1940. [TaskBand::Scrollbar.LowerTrackHorz]
  1941. BgType  = imagefile
  1942. ImageFile=HomeStead\TaskBandScrollShaftHorizontal.bmp
  1943. SizingMargins = 0, 0, 1, 1
  1944. ImageCount = 4
  1945. ImageLayout = Vertical
  1946. FillColorHint = 168 185 140; Average background color (olive)
  1947.  
  1948.  
  1949. [TaskBand::Scrollbar.UpperTrackHorz]
  1950. BgType  = imagefile
  1951. ImageFile=HomeStead\TaskBandScrollShaftHorizontal.bmp
  1952. SizingMargins = 0, 0, 1, 1
  1953. ImageCount = 4
  1954. ImageLayout = Vertical
  1955. FillColorHint = 168 185 140; Average background color (olive)
  1956.  
  1957.  
  1958. ; Scrollbar Tracks (vertical)
  1959. [TaskBand::Scrollbar.LowerTrackVert]
  1960. BgType  = imagefile
  1961. ImageFile=HomeStead\TaskBandScrollShaftVertical.bmp
  1962. SizingMargins = 1, 1, 0, 0
  1963. ImageCount = 4
  1964. ImageLayout = Vertical
  1965. FillColorHint = 168 185 140; Average background color (olive)
  1966.  
  1967.  
  1968. [TaskBand::Scrollbar.UpperTrackVert]
  1969. BgType  = imagefile
  1970. ImageFile=HomeStead\TaskBandScrollShaftVertical.bmp
  1971. SizingMargins = 1, 1, 0, 0
  1972. ImageCount = 4
  1973. ImageLayout = Vertical
  1974. FillColorHint = 168 185 140; Average background color (olive)
  1975.  
  1976. ;-------------- Taskband Group Menu specific --------------
  1977. [TaskBandGroupMenu::Toolbar]
  1978. BgType  = ImageFile
  1979. ImageFile    = HomeStead\TaskBandBackground.bmp
  1980. SizingType    = Tile
  1981. SizingMargins    = 3, 3, 3, 3
  1982. ContentMargins    = 9, 0, 0, 0
  1983. Font= Tahoma, 10
  1984. TextColor   = 65 64 10
  1985. FillColorHint = 176 192 136; Average background color (olive)
  1986. AccentColorHint = 227 150 88; Menu top hilite color (orange)
  1987.  
  1988.  
  1989. [TaskBandGroupMenu::Toolbar.Button]
  1990. BgType  = ImageFile
  1991. SizingType  = stretch
  1992. SizingMargins   = 3, 3, 0, 0
  1993. ContentMargins  = 9, 0, 3, 3
  1994. ImageFile   = HomeStead\TaskBandHover.bmp
  1995. ImageCount  = 3
  1996. ImageLayout    = vertical
  1997. Transparent    = True
  1998. AccentColorHint = 199 208 168; Rollover hilite color (light olive)
  1999.  
  2000. ;-------------- Tray Notify specific --------------
  2001. [TrayNotify::Toolbar]
  2002. BgType  = None
  2003.  
  2004. [TrayNotify::Toolbar.Button]
  2005. BgType  = None
  2006.  
  2007. [TrayNotifyHoriz::TrayNotify.Background]
  2008. BgType  = ImageFile
  2009. SizingType  = Stretch
  2010. SizingMargins   = 34, 10, 12, 12
  2011. ContentMargins  = 19, 7, 0, 0
  2012. ImageFile   = HomeStead\TaskbarTray.bmp
  2013. ImageCount  = 1
  2014. Transparent = True
  2015. TransparentColor= 255 0 0
  2016. FillColorHint = 234 226 178; Average background color (light orange)
  2017.  
  2018. [TrayNotifyHoriz::Button]
  2019. BgType  = ImageFile
  2020. SizingType  = TrueSize
  2021. ImageFile   = HomeStead\TrayChevronHorizontal.bmp
  2022. ImageCount  = 3
  2023. Transparent = True
  2024. Imagelayout = vertical
  2025. FillColorHint = 170 125 91; Average background color (copper orange)
  2026.  
  2027. [TrayNotifyHorizOpen::Button]
  2028. BgType  = ImageFile
  2029. SizingType  = TrueSize
  2030. ImageFile   = HomeStead\TrayChevronHorizontalOpen.bmp
  2031. Transparent = True
  2032. ImageCount  = 3
  2033. Imagelayout = vertical
  2034. FillColorHint = 170 125 91; Average background color (copper orange)
  2035.  
  2036. [TrayNotifyVert::TrayNotify.Background]
  2037. BgType  = ImageFile
  2038. SizingType  = Stretch
  2039. SizingMargins   = 12, 12, 34, 10
  2040. ContentMargins  = 0, 0, 19, 7
  2041. ImageFile   = HomeStead\TaskbarTrayVertical.bmp
  2042. ImageCount  = 1
  2043. Transparent = True
  2044. TransparentColor= 255 0 0
  2045. FillColorHint = 234 226 178; Average background color (light orange)
  2046.  
  2047. [TrayNotifyVert::Button]
  2048. BgType  = ImageFile
  2049. SizingType  = TrueSize
  2050. Transparent = True
  2051. ImageFile   = HomeStead\TrayChevronHorizontal.bmp
  2052. ImageCount  = 3
  2053. Imagelayout = vertical
  2054. FillColorHint = 170 125 91; Average background color (copper orange)
  2055.  
  2056.  
  2057. [TrayNotifyVertOpen::Button]
  2058. BgType  = ImageFile
  2059. SizingType  = TrueSize
  2060. Transparent = True
  2061. ImageFile   = HomeStead\TrayChevronHorizontalOpen.bmp
  2062. ImageCount  = 3
  2063. Imagelayout = vertical
  2064. FillColorHint = 170 125 91; Average background color (copper orange)
  2065.  
  2066.  
  2067. [TrayNotify::Clock]
  2068. Font= Tahoma, 10
  2069. TextColor   = 65 64 10
  2070.  
  2071. ;-------------- Application-specific ------------------------
  2072.  
  2073.  
  2074. ;----------- places bar --------------------------------
  2075. ;The places toolbar in the fileopen/save dialog.
  2076. [Placesbar::Toolbar]
  2077. SizingMargins = 4, 4, 4, 4
  2078. ContentMargins = 0, 0, 0, 0
  2079. ImageFile=HomeStead\PlaceBarBackground.bmp
  2080. bgtype = imagefile
  2081. imageCount = 1
  2082. sizingType = tile
  2083. FillColorHint = 249 248 243; Background color (light beige)
  2084.  
  2085. [Placesbar::Toolbar.Button]
  2086. SizingMargins = 4, 4, 4, 4
  2087. ContentMargins = 0, 0, 4, 2
  2088. ImageFile=HomeStead\PlaceBarButtons.bmp
  2089. bgtype = imagefile
  2090. imagelayout = vertical
  2091. imageCount = 6
  2092. sizingType = stretch
  2093. transparent = true
  2094. FillColorHint = 255 255 255; Selected color (white)
  2095. BorderColorHint = 122 152 175; Outline color (blue grey)
  2096.  
  2097. ;----------- Explorer (IE) bar --------------------------------
  2098. [ExplorerBar]
  2099. BgType  = BorderFill
  2100. FillType= VertGradient
  2101. GradientRatio1  = 0
  2102. GradientColor1  = 211 217 188
  2103. GradientRatio2  = 255
  2104. GradientColor2  = 175 185 136
  2105. BorderSize  = 0
  2106. ContentMargins  = 12, 12, 12, 12
  2107.  
  2108. [ExplorerBar.HeaderBackground]; Not used in IE 6
  2109. BgType  = ImageFile
  2110. SizingType  = Stretch
  2111. ImageFile   = HomeStead\ExplorerBarHeaderBackground.bmp
  2112. SizingMargins   = 202, 1, 0, 0
  2113. Font= Tahoma, 10, Bold
  2114. TextColor   = 255 255 255
  2115. ContentMargins  = 8, 8, 7, 7
  2116. FillColorHint = 193 201 162; Mid color of gradient (olive)
  2117.  
  2118. [ExplorerBar.HeaderClose]; Not used in IE 6
  2119. BgType  = ImageFile
  2120. SizingType  = TrueSize
  2121. ImageLayout = Vertical
  2122. ImageFile   = HomeStead\ExplorerBarHeaderClose.bmp
  2123. ImageCount  = 3
  2124. Transparent = true
  2125. OffsetType  = TopRight
  2126. Offset  = -4, 4
  2127. FillColorHint = 155 177 126; Close box normal state (blue)
  2128. AccentColorHint = 255 109 92; Close box rollover (brick red)
  2129.  
  2130. [ExplorerBar.HeaderPin]; Not used in IE 6
  2131. BgType  = ImageFile
  2132. SizingType  = TrueSize
  2133. ImageLayout = Vertical
  2134. ImageFile   = HomeStead\ExplorerBarHeaderPin.bmp
  2135. ImageCount  = 6
  2136. Transparent = true
  2137. OffsetType  = TopRight
  2138. Offset  = -6, 4
  2139. FillColorHint = 153 160 83; Average pin color (olive)
  2140.  
  2141. [ExplorerBar.IEBarMenu]; Not used in IE 6
  2142. BgType  = ImageFile
  2143. SizingType  = TrueSize
  2144. ImageLayout = Vertical
  2145. ImageFile   = HomeStead\IE_PersonalBarMenu.bmp
  2146. ImageCount  = 3
  2147. Transparent = true
  2148. OffsetType  = TopRight
  2149. Offset  = -3, 1
  2150. FillColorHint = 193 201 162; Average button background color (light grey blue)
  2151. BorderColorHint = 118 145 75; Border of button (blue grey)
  2152.  
  2153. [ExplorerBar.NormalGroupBackground]
  2154. BgType  = ImageFile
  2155. FillColor = 238 246 228
  2156. BorderColor = 255 255 255
  2157. SizingType  = Stretch
  2158. ImageFile   = HomeStead\NormalGroupBackground.bmp
  2159. SizingMargins   = 3, 3, 3, 3
  2160. Font= Tahoma, 10
  2161. TextColor   = 52 88 0
  2162. ContentMargins  = 8, 8, 7, 7
  2163.  
  2164. [ExplorerBar.NormalGroupCollapse]
  2165. BgType  = ImageFile
  2166. SizingType  = TrueSize
  2167. ImageLayout = Vertical
  2168. ImageFile   = HomeStead\NormalGroupCollapse.bmp
  2169. ImageCount  = 3
  2170. Transparent = true
  2171. OffsetType  = TopRight
  2172. Offset  = -3, 1
  2173. FillColorHint = 238 246 228; Close box average color (light olive)
  2174. BorderColorHint = 255 255 255; Edge color (white)
  2175.  
  2176. [ExplorerBar.NormalGroupExpand]
  2177. BgType  = ImageFile
  2178. SizingType  = TrueSize
  2179. ImageLayout = Vertical
  2180. ImageFile   = HomeStead\NormalGroupExpand.bmp
  2181. ImageCount  = 3
  2182. Transparent = true
  2183. OffsetType  = TopRight
  2184. Offset  = -3, 1
  2185. FillColorHint = 238 246 228; Close box average color (light olive)
  2186. BorderColorHint = 255 255 255; Edge color (white)
  2187.  
  2188. [ExplorerBar.NormalGroupHead]
  2189. BgType  = ImageFile
  2190. SizingType  = Stretch
  2191. ImageFile   = HomeStead\NormalGroupHead.bmp
  2192. SizingMargins   = 3, 106, 3, 1
  2193. Transparent = true
  2194. Font= Tahoma, 10, Bold
  2195. TextColor   = 41 70 0
  2196. ContentMargins  = 8, 8, 7, 7
  2197. FillColorHint = 204 222 181; Lighter side of gradient (very light olive)
  2198.  
  2199. [ExplorerBar.SpecialGroupBackground]
  2200. BgType  = ImageFile
  2201. SizingType  = Stretch
  2202. ImageFile   = HomeStead\SpecialGroupBackground.bmp
  2203. SizingMargins   = 3, 3, 3, 3
  2204. Font= Tahoma, 10
  2205. TextColor   = 38 92 192
  2206. ContentMargins  = 8, 8, 7, 7
  2207. FillColorHint = 247 252 242; Background color (very light olive)
  2208.  
  2209. [ExplorerBar.SpecialGroupCollapse]
  2210. BgType  = ImageFile
  2211. SizingType  = TrueSize
  2212. ImageLayout = Vertical
  2213. ImageFile   = HomeStead\SpecialGroupCollapse.bmp
  2214. ImageCount  = 3
  2215. Transparent = true
  2216. OffsetType  = TopRight
  2217. Offset  = -3, 1
  2218. FillColorHint = 137 157 90; Average background color (olive)
  2219. BorderColorHint = 111 139 67; Edge color (light olive)
  2220.  
  2221. [ExplorerBar.SpecialGroupExpand]
  2222. BgType  = ImageFile
  2223. SizingType  = TrueSize
  2224. ImageLayout = Vertical
  2225. ImageFile   = HomeStead\SpecialGroupExpand.bmp
  2226. ImageCount  = 3
  2227. Transparent = true
  2228. OffsetType  = TopRight
  2229. Offset  = -3, 1
  2230. FillColorHint = 137 157 90; Average background color (olive)
  2231. BorderColorHint = 111 139 67; Edge color (light olive)
  2232.  
  2233. [ExplorerBar.SpecialGroupHead]
  2234. BgType  = ImageFile
  2235. SizingType  = Stretch
  2236. ImageFile   = HomeStead\SpecialGroupHead.bmp
  2237. SizingMargins   = 3, 106, 3, 1
  2238. Transparent = true
  2239. Font= Tahoma, 10, Bold
  2240. TextColor   = 255 255 255
  2241. FillColor = 145 170 114
  2242. ContentMargins  = 8, 8, 7, 7
  2243.  
  2244. [ExplorerBar::Rebar]; Not used in IE 6
  2245. bgtype  = imagefile
  2246. sizingtype  = stretch
  2247. ImageFile   = HomeStead\ExplorerBarToolbarBackground.bmp
  2248. sizingmargins   = 0, 0, 0, 4
  2249. Font= Tahoma, 10
  2250. TextColor   = 127 124 115
  2251. FillColorHint = 243 247 253; (very light blue)
  2252.  
  2253. [ExplorerBar::Rebar.Band]; Not used in IE 6
  2254. bgtype  = none
  2255. ContentMargins    = 2, 0, 0, 0
  2256.  
  2257. [ExplorerBar::Rebar.Gripper]; Not used in IE 6
  2258. bgtype = imagefile
  2259. SizingMargins   = 0, 0, 6, 4
  2260. ContentMargins  = 3, 0, 0, 0
  2261. ImageFile   = HomeStead\Gripper.bmp
  2262. sizingType  = Tile
  2263. Transparent = true
  2264. TransparentColor= 255 0 0
  2265. FillColorHint = 151 164 119; Gripper dot color (dark olive)
  2266.  
  2267. [ExplorerBar::Rebar.GripperVert]; Not used in IE 6
  2268. bgtype  = imagefile
  2269. SizingMargins   = 9, 8, 0, 0
  2270. ImageFile   = HomeStead\GripperVert.bmp
  2271. sizingType  = Tile
  2272. Transparent = true
  2273. TransparentColor= 255 0 0
  2274. FillColorHint = 151 164 119; Gripper dot color (dark olive)
  2275.  
  2276. [ExplorerBar::Rebar.Chevron]; Not used in IE 6
  2277. SizingMargins   = 4, 4, 4, 4
  2278. ContentMargins  = 0, 0, 0, 0
  2279. ImageFile   = HomeStead\ExplorerBarToolbarButtons.bmp
  2280. bgtype  = imagefile
  2281. imagelayout = vertical
  2282. imageCount  = 6
  2283. sizingType  = Stretch
  2284. Transparent = true
  2285. GlyphType   = ImageGlyph
  2286. GlyphImageFile  = HomeStead\Chevron.bmp
  2287. GlyphTransparent= true
  2288. VAlign  = Top
  2289. FillColorHint = 0 0 0; Glyph color (black)
  2290.  
  2291. [ExplorerBar::Rebar.ChevronVert]; Not used in IE 6
  2292. SizingMargins   = 4, 4, 4, 4
  2293. ContentMargins  = 0, 0, 0, 0
  2294. ImageFile   = HomeStead\ExplorerBarToolbarButtons.bmp
  2295. bgtype  = imagefile
  2296. imagelayout = vertical
  2297. imageCount  = 6
  2298. sizingType  = Stretch
  2299. Transparent = true
  2300. GlyphType   = ImageGlyph
  2301. GlyphImageFile  = HomeStead\Chevron.bmp
  2302. GlyphTransparent= true
  2303. VAlign  = Top
  2304. FillColorHint = 0 0 0; Glyph color (black)
  2305.  
  2306. [ExplorerBar::Toolbar.Button]; Not used in IE 6
  2307. SizingMargins   = 4, 4, 4, 4
  2308. ContentMargins  = 0, 0, 0, 0
  2309. ImageFile   = HomeStead\ExplorerBarToolbarButtons.bmp
  2310. bgtype  = imagefile
  2311. imagelayout = vertical
  2312. imageCount  = 6
  2313. sizingType  = Stretch
  2314. Transparent = true
  2315. TransparentColor= 255 0 255
  2316. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2317. BorderColorHint = 168 191 234; Edge color (grey blue)
  2318.  
  2319. [ExplorerBar::Toolbar.DropdownButton]; Not used in IE 6
  2320. SizingMargins   = 4, 4, 4, 4
  2321. ContentMargins  = 0, 0, 0, 0
  2322. ImageFile   = HomeStead\ExplorerBarToolbarButtons.bmp
  2323. bgtype  = imagefile
  2324. imagelayout = vertical
  2325. imageCount  = 6
  2326. sizingType  = Stretch
  2327. Transparent = true
  2328. TransparentColor= 255 0 255
  2329. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2330. BorderColorHint = 168 191 234; Edge color (grey blue)
  2331.  
  2332. [ExplorerBar::Toolbar.SplitButton]; Not used in IE 6
  2333. SizingMargins   = 4, 2, 4, 4
  2334. ImageFile   = HomeStead\ExplorerBarToolbarButtonsSplit.bmp
  2335. bgtype  = imagefile
  2336. imagelayout = vertical
  2337. imageCount  = 6
  2338. sizingType  = Stretch
  2339. Transparent = true
  2340. TransparentColor= 255 0 255
  2341. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2342. BorderColorHint = 168 191 234; Edge color (grey blue)
  2343.  
  2344. [ExplorerBar::Toolbar.SplitButtonDropdown]; Not used in IE 6
  2345. SizingMargins   = 2, 4, 4, 4
  2346. ImageFile   = HomeStead\ExplorerBarToolbarButtonsSplitDropdown.bmp
  2347. bgtype  = imagefile
  2348. imagelayout = vertical
  2349. imageCount  = 6
  2350. sizingType  = Stretch
  2351. Transparent = true
  2352. TransparentColor= 255 0 255
  2353. GlyphType   = ImageGlyph
  2354. GlyphImageFile  = HomeStead\ToolbarButtonsSplitDropdownGlyph.bmp
  2355. GlyphTransparent= true
  2356. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2357. BorderColorHint = 168 191 234; Edge color (grey blue)
  2358.  
  2359. [ExplorerBar::Toolbar.Separator]; Not used in IE 6
  2360. SizingMargins   = 5, 2, 2, 1
  2361. ImageFile   = HomeStead\Separator.bmp
  2362. bgtype  = imagefile
  2363. imageCount  = 1
  2364. sizingType  = tile
  2365. Transparent = true
  2366. TransparentColor= 255 0 0
  2367. FillColorHint = 202 198 175; Separator line color (dark beige)
  2368.  
  2369. [ExplorerBar::Toolbar.SeparatorVert]; Not used in IE 6
  2370. SizingMargins   = 2, 1, 5, 1
  2371. ImageFile   = HomeStead\SeparatorVert.bmp
  2372. bgtype  = imagefile
  2373. imageCount  = 1
  2374. sizingType  = tile
  2375. Transparent = true
  2376. TransparentColor= 255 0 0
  2377. FillColorHint = 202 198 175; Separator line color (dark beige)